home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper UK 157: 25,000 Clip Art Images / Computer Shopper Issue 157 - 25,000 Clip Art Images.iso / slackware / ERRATA < prev    next >
Text File  |  2000-12-07  |  1KB  |  42 lines

  1.  
  2. A couple problems made it into slackware-7.1-stable.  Here's what they are,
  3. and how to fix them:
  4.  
  5. -------
  6. Tue Jun 27 11:14:25 PDT 2000
  7.  
  8. Problem:  Extra install.end file in slakware/a15/ causes zoneinfo.tgz to be skipped.
  9.  
  10. Workaround:  Install slakware/a16/zoneinfo.tgz with installpkg.  With the CD
  11.              mounted on /cdrom, you would use this command:
  12.  
  13.              installpkg /cdrom/slakware/a16/zoneinfo.tgz
  14.  
  15.              Then, run 'timeconfig' to select your timezone.
  16.  
  17. -------
  18. Tue Jun 27 11:14:25 PDT 2000
  19.  
  20. Problem:  util.tgz sets permissions on /var/lock which are too restrictive, so that
  21.           normal users cannot make a lockfile.  This may present a problem for users
  22.           who are authorized to dial out through a modem.
  23.  
  24. Workaround:  As root, run this command:
  25.  
  26.              chmod 1777 /var/lock
  27.  
  28. -------
  29. Tue Jun 27 11:14:25 PDT 2000
  30.  
  31. Problem:  A remote exploit has been found in the FTP daemon, wu-ftpd.  This can
  32.           allow an attacker full access to your machine.
  33.  
  34. Workaround:  Install a patched version of wu-ftpd.  One has been prepared in the
  35.              patches/ directory.  To install it, make sure nobody is accessing FTP
  36.              on your machine (consider bringing it down to non-networking single
  37.              user mode with 'telinit 1') and then install the patch:
  38.  
  39.              installpkg wu-ftpd-patch.tgz
  40.  
  41. -------
  42.